home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / f90 / pxfsigpending.z / pxfsigpending
Text File  |  1998-10-30  |  3KB  |  58 lines

  1. PXFSIGPENDING(3F)                                     Last changed: 2-26-98
  2.  
  3.  
  4. NNAAMMEE
  5.      PPXXFFSSIIGGPPEENNDDIINNGG - Examines pending signals
  6.  
  7. SSYYNNOOPPSSIISS
  8.      SSUUBBRROOUUTTIINNEE PPXXFFSSIIGGPPEENNDDIINNGG ((_j_s_i_g_s_e_t,, _i_e_r_r_o_r))
  9.      IINNTTEEGGEERR _j_s_i_g_s_e_t,, _i_e_r_r_o_r
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      UNICOS, UNICOS/mk, and IRIX systems
  13.  
  14. SSTTAANNDDAARRDDSS
  15.      IEEE standard interface for FORTRAN 77
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      The PPXXFFSSIIGGPPEENNDDIINNGG subroutine uses ssiiggppeennddiinngg(2) to store the set of
  19.      signals blocked from delivery and pending for the calling process.
  20.  
  21.      The following is a list of valid arguments for this routine:
  22.  
  23.      _j_s_i_g_s_e_t   A default integer input variable containing a handle created
  24.                by PPXXFFSSTTRRUUCCTTCCRREEAATTEE((_s_i_g_s_e_t,,......))..
  25.  
  26.      _i_e_r_r_n_o    A default integer output variable that contains zero if
  27.                PPXXFFSSIIGGPPEENNDDIINNGG was successful and nonzero if PPXXFFSSIIGGPPEENNDDIINNGG
  28.                was not successful.
  29.  
  30.      This subroutine may return any of the following error values:
  31.  
  32.      EEFFAAUULLTT         The _j_s_i_g_s_e_t argument points outside the allocated
  33.                     space.
  34.  
  35.      EEBBAADDHHAANNDDLLEE     The _j_s_i_g_s_e_t argument is invalid.
  36.  
  37.      On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
  38.      default when compiling programs with the MIPSpro 7 Fortran 90 compiler
  39.      or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
  40.      7.2 F77 compiler.
  41.  
  42.      When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
  43.      UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
  44.      kind unless documented otherwise. On UNICOS and UNICOS/mk, default
  45.      kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
  46.      IRIX systems, the default kind is KKIINNDD==44.
  47.  
  48. NNOOTTEESS
  49.      Replace any Fortran reference to ssiiggppeennddiinngg(()) with a subroutine call
  50.      to PPXXFFSSIIGGPPEENNDDIINNGG.
  51.  
  52. SSEEEE AALLSSOO
  53.      ssiiggppeennddiinngg(2)
  54.      PPXXFFSSTTRRUUCCTTCCRREEAATTEE(3F)
  55.  
  56.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication
  57.      SR-2165, for the printed version of this man page.
  58.